home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 10 / PC Guia 10.iso / makers / search.dir / 00050_Script_50 < prev    next >
Text File  |  1996-03-11  |  297b  |  13 lines

  1. on exitFrame
  2.   global Chapter,StartSprite
  3.   
  4.   if Chapter <> EMPTY then put field "tempText" into field string(Chapter&&"HeadLines")
  5.   put EMPTY into Chapter
  6.   repeat with i=13 to 15
  7.     puppetSprite i,TRUE
  8.   end repeat
  9.   updateStage
  10.   put 1 into StartSprite
  11.   PlacePict
  12.   SetLists
  13. end